E15 Configuring Basic DNS Functionality
Back to the Material: Domain Name System
These videos are still in Finnish
Video: Instructions for E15
Assignment
STEP 1 - DNS on the Internet
- Change your
Lubuntu VM
to bridged interface - Start to wireshark your ethernet port on the
Lubuntu VM
- In the terminal, use the
dig +trace student.labranet.jamk.fi
-command - Stop the wireshark
- Save the output of the
dig +trace
command and investigate the results. - Screenshot relevant DNS packet contents and write how the IPv4 address of student.labranet.jamk.fi was found to your documentation
STEP 2 - DNS in the topology
- Change your
Lubuntu VM
to the correct internal network in your topology - Ensure your workstation gets an IPv4 address
- In the terminal, Edit
/etc/hosts
(e.g.sudo nano /etc/hosts
) - Add records to
/etc/hosts
for- lubuntus (e.g. `192.168.ki.x lubuntu1.firstname.lastname)
- router loopbacks
- switches
- Test out SSH/HTTP/ping to the given domain names (e.g. lubuntu1.firstname.lastname)
- Do a
traceroute --resolve-hostnames lubuntu1.firstname.lastname
Document the steps and the results to your repository.
Back to the Schedule?
License
This course and its materials are written by Karo Saharinen and licenced by Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0) license.